home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wdasm12.zip / HELLO.DEF < prev    next >
Text File  |  1992-10-06  |  391b  |  15 lines

  1. ;------------------------------------------------------
  2. ;    HELLO.DEF    module definition file
  3. ;------------------------------------------------------
  4.  
  5. NAME    HELLO
  6.  
  7. DESCRIPTION     'WDASM Example Program'
  8. EXETYPE         WINDOWS 3.0
  9. STUB            'WINSTUB.EXE'
  10. CODE        PRELOAD MOVEABLE DISCARDABLE
  11. DATA        PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE    1024
  13. STACKSIZE       5120
  14. EXPORTS        WndProc
  15.